func reflect.escapes
7 uses
reflect (current package)
value.go#L1535: escapes(v.ptr)
value.go#L2146: escapes(v.ptr)
value.go#L2712: escapes(v.ptr)
value.go#L3082: escapes(rc.val)
value.go#L3209: escapes(i)
value.go#L3937: func escapes(x any) {
value.go#L3954: escapes(*(*any)(x)) // the dereference may not always be safe, but never executed
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |